home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / uiv random < prev    next >
Text File  |  1999-06-15  |  448b  |  27 lines

  1. Category: Andrew's Filters 22
  2. Title: Uiv Random...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: UivRand.8bf
  6.  
  7. R:(u*val(0,0,20)-i+v)+(rnd(0,ctl(3))-rnd(0,ctl(4)))
  8.  
  9. G:(i*val(1,0,20)-u+v)+(rnd(0,ctl(3))-rnd(0,ctl(4)))
  10.  
  11. B:(v*val(2,0,20)-v+i)+(rnd(0,ctl(3))-rnd(0,ctl(4)))
  12.  
  13. A:a
  14.  
  15. ctl[0]: In The Red
  16. ctl[1]: In The Green
  17. ctl[2]: In The Blue
  18. ctl[3]: Random 1
  19. ctl[4]: Random 2
  20.  
  21. val[0]: 99
  22. val[1]: 71
  23. val[2]: 222
  24. val[3]: 91
  25. val[4]: 240
  26.  
  27.